const runtime.stackForceMove

4 uses

	runtime (current package)
		debug.go#L236: 		gp.stackguard0 = stackForceMove
		mgc.go#L2248: 	gp.stackguard0 = stackForceMove
		stack.go#L141: 	stackForceMove = uintptrMask & -275
		stack.go#L1164: 	if stackguard0 == stackForceMove {